Skip to content

Use golang-based tool for AWS instances availability#17953

Open
ameukam wants to merge 1 commit intokubernetes:masterfrom
ameukam:ai-conformance-scenario-script
Open

Use golang-based tool for AWS instances availability#17953
ameukam wants to merge 1 commit intokubernetes:masterfrom
ameukam:ai-conformance-scenario-script

Conversation

@ameukam
Copy link
Member

@ameukam ameukam commented Feb 13, 2026

Help avoid the dependency to AWS CLI

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign justinsb for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Feb 13, 2026
@ameukam
Copy link
Member Author

ameukam commented Feb 13, 2026

cc @justinsb

@ameukam
Copy link
Member Author

ameukam commented Feb 13, 2026

/retest

@k8s-ci-robot
Copy link
Contributor

@ameukam: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-kops-e2e-k8s-aws-calico b8cd547 link true /test pull-kops-e2e-k8s-aws-calico

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@@ -0,0 +1,24 @@
module k8s.io/kops/tests/e2e/scenarios/ai-conformance/tools/check-aws-availability
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there another go.mod needed? We should already have these modules in the main go.mod.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wanted to go simple and fast. we can iterate on package organization and integration in follow-up PRs.

@upodroid
Copy link
Member

Why do we need this? we can pick specific regions that have plenty of GPU enabled instances

@ameukam
Copy link
Member Author

ameukam commented Feb 13, 2026

Why do we need this? we can pick specific regions that have plenty of GPU enabled instances

It's not clear from the AWS API if a GPU-based instance is always guaranteed everytime a test is triggered. And not every region has all the GPU-enabled instances.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants